This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Which class/es would you use to import xml-file into documents? ~Naomi Kivelutherikle 14.Oct.03 07:26 PM a Web browser Domino Designer All ReleasesWindows 2000
If you are using the R6 LotusScript classes, you could use CreateDOMParser in NotesSession.
If you are using Java, Domino ships with the antiquated XML4J parser... good luck finding documentation. As an alternative, you can use a current version of Xerces (from Apache) or JAXP (from Sun) and load it in your JavaUserClasses line in your notes.ini. This will force Domino to load your replacement parser before xml4j.